CALL DLL
This command will call a function of a loaded DLL. The DLL Number must be an integer value between 1 and 256. The DLL Number points to the DLL previously loaded. The Function String is the name of the function described in the export table of the DLL. You can optionally have up to 9 parameters of integer, real or string type providing the function you are calling matches the parameters exactly. You can optionally return a value of integer, real or string type providing the function exports the same type.
SYNTAX
CALL DLL DLL Number, Function Name, Parameters List
RELATED INFO
SYSTEM Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example